home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / TOOLS / MGIF / MGIF.OPT < prev    next >
Text File  |  1998-03-14  |  5KB  |  209 lines

  1. #-----------------
  2. # MGIF example options file
  3. # Last changed 960312
  4.  
  5. # Most, but not all, of the switches can be operated by dialogs
  6. # from within the MGIF GUI.
  7.  
  8. # A read through of the possibilities is recommended.
  9. #-----------------
  10.  
  11. # Load another dither file than the default MGIF.DTT.
  12. -d mgif.dit
  13.  
  14. # Use handshaking for all communication with the Falcon DSP.
  15. # *** Some machines, especially accelerated ones, may lock up when ***
  16. # *** calling the DSP enhanced functions if this is not enabled.   ***
  17. # *** Normally, it should not be needed, though, and performance   ***
  18. # *** of the relevant functions will be better if it's disabled.   ***
  19. # ***                 Try commenting it out!                       ***
  20. -dhs
  21.  
  22. # Use the Falcon DSP chip (if possible)
  23. -dsp
  24.  
  25. # Run MGIF as a GEM program.
  26. -gem
  27.  
  28. # Set the movement speed in percent of normal for scrolling view.
  29. # Values below 100 will not work correctly.
  30. -mvx 200
  31. -mvy 200
  32.  
  33. # Tell MGIF to display images directly after loading.
  34. -shw
  35.  
  36. # Tell MGIF to use only one screen for its output.
  37. -sng
  38.  
  39. #----------------
  40. # The switches below are commented out, but can changed and
  41. # uncommented as required.
  42. # The switches are given in alphabetical order.
  43. #----------------
  44.  
  45. # Do aspect correction on load.
  46. #-aco
  47.  
  48. # Use alternate memory for buffers.
  49. # Alternate memory is normally TT ram or virtual memory.
  50. #-alt
  51.  
  52. # Set aspect ration in percent.
  53. #-asp 200
  54.  
  55. # Use busy bee when appropriate.
  56. #-bsy
  57.  
  58. # Set the number of colours used for JPEG load and quantization.
  59. #-col 16
  60.  
  61. # Set load mode to mapped colour.
  62. #-C
  63.  
  64. # Set load mode and buffer allocation strategy to 24 bit colour.
  65. #-CC
  66.  
  67. # Tell MGIF to always put a greyscale image in the last buffer.
  68. #-dog
  69.  
  70. # Set the printer dpi used for the IMG save.
  71. #-dpi 360
  72.  
  73. # Tell MGIF to skip the startup dialog.
  74. #-dsu
  75.  
  76. # Load another flicker code file than the default MGIF_FL.EXE.
  77. #-exe flickold.exe
  78.  
  79. # Turn on flicker mode.
  80. #-f
  81.  
  82. # Tell MGIF to size images to fit on screen on load.
  83. #-fit
  84.  
  85. # Just show .FL files.
  86. #-fl
  87.  
  88. # Turn on F-S dithering for IMG save.
  89. #-fss
  90.  
  91. # Set load mode to greyscales.
  92. #-g
  93.  
  94. # Force MGIF to always use the newer GIF decoder.
  95. #-gf2
  96.  
  97. # Use Brainstorm's JPEGD, a DSP based JPEG loader when available.
  98. # Due to possible legal problems the code for this is not included
  99. # in any distributed versions of MGIF.
  100. #-jpd
  101.  
  102. # Load another short-cut file than the default MGIF.KEY.
  103. #-key mykeys.key
  104.  
  105. # Set the amount of memory that MGIF leaves to TOS on startup.
  106. # This value (Kb) is simply subtracted from the available amount
  107. # before showing it in the startup dialog.
  108. #-l 128
  109.  
  110. # Do montage with .FL pictures. -fl must be used as well.
  111. #-m
  112.  
  113. # Flicker in super visor mode under MiNT for better display.
  114. #-mfl
  115.  
  116. # Turn off dithering for colour quantize and JPEG load.
  117. #-n
  118.  
  119. # Load the configuration files from a specified directory.
  120. #-opt c:\mgif
  121.  
  122. # Set the number amount of memory (Kb) used for the first buffer
  123. # explicitly.
  124. #-p0 800
  125.  
  126. # Same as above, but for the second buffer.
  127. #-p1 800
  128.  
  129. # Set the maximum amount of memory (Kb) to be used.
  130. #-pm 1024
  131.  
  132. # Tell MGIF to use only a single buffer.
  133. #-px
  134.  
  135. # Tell MGIF to wait on a keypress before returning.
  136. #-s
  137.  
  138. # Turn on scrollable normal view.
  139. #-scr
  140.  
  141. # Tell MGIF to do a slide-show of the images on the command line.
  142. # The images are displayed once and at maximum speed.
  143. #-ss
  144.  
  145. # Use wildcards from file for slide-show, timing info included.
  146. #-ssf c:\pics\slideshw.inf
  147.  
  148. # Loop slide-show indefinitely.
  149. #-ssl
  150.  
  151. # Do random slide-show.
  152. #-ssr
  153.  
  154. # Tell MGIF to do a timed slide-show as above, but with a given
  155. # minimum time (seconds) between the displayed images.
  156. #-sst 5
  157.  
  158. # Set the destination buffer to be the default to save.
  159. #-svd
  160.  
  161. # Tell MGIF to switch to TT grey mode on startup.
  162. #-ttg
  163.  
  164. # Set the UNDO file. Without this, the UNDO switch below will
  165. # not work.
  166. #-u c:\tmp\mgifundo.buf
  167.  
  168. # Tell MGIF to save the destination buffer before each operation
  169. # that may change it. 'UNDO' is enabled in the menu.
  170. # The -u switch above must be used as well.
  171. #-udo
  172.  
  173. # Tell MGIF to use only the VDI for drawing.
  174. # Only works for an 8 bit graphics mode (256 colours/greys).
  175. # Do _not_ use this if you don't have a graphics card, it will
  176. # be a _lot_ slower.
  177. # If -vdq works on your card, use it instead. It's much faster.
  178. #-vdi
  179.  
  180. # Tell MGIF to use only the VDI for drawing, but cheat a bit.
  181. # This may or may not work depending on the graphics card used.
  182. # If you don't get a correct display, use -vdi instead.
  183. #-vdq
  184.  
  185. # Tell MGIF to wait on a keypress on startup.
  186. #-w
  187.  
  188. #---------------
  189. # The switches below are used for testing purposes, are not
  190. # implemented, are obsolete, or have no useful function in this
  191. # file. Descriptions can be found in the ST-Guide manual.
  192.  
  193. #-aln
  194. #-b
  195. #-c
  196. #-dbg
  197. #-h
  198. #-i
  199. #-N
  200. #-o
  201. #-p
  202. #-pp
  203. #-ST
  204. #-tos
  205. #-v
  206. #-vers
  207. #-x
  208. #-xx
  209.